home *** CD-ROM | disk | FTP | other *** search
/ Savor the Moment - Entert…ing Without Reservations / Savoe the Moment - Entertaining Without Reservations.iso / pc / BeOurGuest.dxr / 00088.ls < prev    next >
Encoding:
Text File  |  1999-10-05  |  157 b   |  11 lines

  1. global sc
  2.  
  3. on exitFrame
  4.   if sc = 1 then
  5.     tell window("miaw")
  6.       member("loop").volume = 150
  7.       play frame member("loop")
  8.     end tell
  9.   end if
  10. end
  11.